From 22a5d4acf8336e1f910f25725256dce508869542 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Tue, 10 May 2016 14:37:25 -0700 Subject: [PATCH] Document that dev-dependencies are used when building examples --- src/doc/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index cbd3b0044..dfde002f5 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -403,7 +403,7 @@ can almost certainly be expressed as a separate package. The format of this section is equivalent to `[dependencies]`. Dev-dependencies are not used when compiling a package for building, but are used for compiling -tests and benchmarks. +tests, examples, and benchmarks. These dependencies are *not* propagated to other packages which depend on this package. -- 2.30.2